home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Security / Cryptainer LE 7.1 / cryle.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-11-02  |  3.4 KB  |  70 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Cryptainer LE
  4. AppVerName=Cryptainer LE 7.1
  5. AppId=sscrle
  6. AppVersion=7
  7. AppPublisher=Cypherix
  8. AppPublisherURL=http://cypherix.com
  9. AppSupportURL=http://cypherix.com
  10. AppUpdatesURL=http://cypherix.com
  11. AppMutex=cryptainerle
  12. DefaultDirName={pf}\Cryptainer LE
  13. DefaultGroupName=Cryptainer
  14. UninstallDisplayIcon={app}\cryptainerle.exe
  15. UninstallDisplayName=Cryptainer LE
  16. OutputBaseFilename=cryptainerle7.1
  17. Compression=lzma
  18. ArchitecturesInstallIn64BitMode=x64 ia64
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\cryptainerle.exe"; DestDir: "{app}"; 
  24. Source: "{app}\cryptainerle.chm"; DestDir: "{app}"; 
  25. Source: "{app}\cryptainerle.tips"; DestDir: "{app}"; 
  26. Source: "{app}\cryptainerle.ntv.lng"; DestDir: "{app}"; 
  27. Source: "{app}\blowfish.bin"; DestDir: "{app}"; 
  28. Source: "{sys}\IOSUBSYS\ssoft9x.vxd"; DestDir: "{sys}\IOSUBSYS"; Components: vxd; Flags: restartreplace sharedfile 
  29. Source: "{app}\setupaid.exe"; DestDir: "{app}"; 
  30. Source: "{app}\mblredir.exe"; DestDir: "{app}"; 
  31. Source: "{sys}\cryptainersrv.exe"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  32. Source: "{sys}\Drivers\ssoftnt4,1.sys"; DestDir: "{sys}\Drivers"; DestName: "ssoftnt4.sys"; Check: "not IsWin64()"; Flags: restartreplace sharedfile 32bit 
  33. Source: "{sys}\Drivers\ssoftnt4,2.sys"; DestDir: "{sys}\Drivers"; DestName: "ssoftnt4.sys"; Check: "IsWin64()"; Flags: restartreplace sharedfile 64bit 
  34. Source: "{app}\ssoftnt432.sys"; DestDir: "{app}"; 
  35. Source: "{app}\ssoftnt464.sys"; DestDir: "{app}"; 
  36. Source: "{app}\cryptrdrivers.exe"; DestDir: "{app}"; 
  37. Source: "{app}\cryptainersrv.exe"; DestDir: "{app}"; 
  38. [Registry]
  39. Root: HKCU; Subkey: "Software\Cypherix"; Flags: uninsdeletekeyifempty 
  40. Root: HKCU; Subkey: "Software\Cypherix\CryptainerLE"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\Cypherix\CryptainerLE\Configuration"; Flags: uninsdeletekey 
  42. [Run]
  43. Filename: "{app}\setupaid.exe"; Parameters: "SECURESoft /s"; 
  44. Filename: "{app}\cryptainerle.exe"; WorkingDir: "{app}"; StatusMsg: "Starting Cryptainer LE 7.1..."; Description: "Run Cryptainer LE 7.1"; Flags: postinstall nowait
  45. [UninstallRun]
  46. Filename: "{app}\setupaid.exe"; Parameters: "SECURESoft /r"; 
  47. [Icons]
  48. Name: "{group}\Cryptainer LE"; Filename: "{app}\cryptainerle.exe"; WorkingDir: "{app}"; 
  49. Name: "{group}\Cryptainer LE Help"; Filename: "{app}\cryptainerle.chm"; WorkingDir: "{app}"; 
  50. Name: "{group}\Uninstall Cryptainer LE"; Filename: "{uninstallexe}"; 
  51. Name: "{userdesktop}\Cryptainer LE"; Filename: "{app}\cryptainerle.exe"; WorkingDir: "{app}"; 
  52. [Components]
  53. Name: "vxd"; Description: "Cryptainer Driver for Windows 9X"; Types: "win9x"; 
  54. [Types]
  55. Name: "win9x"; Description: "Cryptainer for Windows 95/98/Me"; 
  56. [CustomMessages]
  57. default.NameAndVersion=%1 version %2
  58. default.AdditionalIcons=Additional icons:
  59. default.CreateDesktopIcon=Create a &desktop icon
  60. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  61. default.ProgramOnTheWeb=%1 on the Web
  62. default.UninstallProgram=Uninstall %1
  63. default.LaunchProgram=Launch %1
  64. default.AssocFileExtension=&Associate %1 with the %2 file extension
  65. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  66. [Languages]
  67. ; These files are stubs
  68. ; To achieve better results after recompilation, use the real language files
  69. Name: "default"; MessagesFile: "embedded\default.isl"; 
  70.